https://www.facebook.com/kewang.information/posts/1675973472679020
回到前一篇的分享,小編後來找了一下 GitHub 上面的 WhatsApp library,發現一些蠻有趣的結果。
* https://github.com/tgalal/yowsup
* https://github.com/mgp25/Chat-API
上面這兩個是目前 GitHub 上比較熱門的 repo,尤其是 mgp25 這位西班牙來的開發者,開發了許多語言的 WhatsApp library,像是 php, python, .NET。而且 mgp25 也開發了一堆其他知名服務的 library,像是 Snapchat, Instagram, Telegram,而且星星數也不少。
不過最讓小編感到有趣的是另一個 repo,叫做 https://github.com/venomous0x/WhatsAPI,這個 repo 好像被 WhatsApp 官方在 2015 年 5 月警告不得再公開程式碼了。小編把 repo 載下來看有沒有 git log 也是一樣,只剩一個 commit 了 (看來是被 git push --force 了),不過為什麼其他兩個也很知名的 library 卻沒被遭到如此對待呢?XDDDD
「git force push」的推薦目錄:
- 關於git force push 在 Kewang 的資訊進化論 Facebook 的精選貼文
- 關於git force push 在 【狀況題】聽說git push -f 這個指令很可怕,什麼情況可以用它 ... 的評價
- 關於git force push 在 How do I properly force a Git push? - Stack Overflow 的評價
- 關於git force push 在 【Git】強制更新遠端分支與強制覆蓋本地的分支 - 辛西亞的技能樹 的評價
- 關於git force push 在 Git - force push to remote - gists · GitHub 的評價
- 關於git force push 在 不小心git force push 強行蓋commit... - 十塊錢工作室Ten Dollars ... 的評價
- 關於git force push 在 git push force vs git push force with lease - YouTube 的評價
- 關於git force push 在 Is it wrong to git push force branches? - Software Engineering ... 的評價
- 關於git force push 在 I accidentally force push my local file - GitHub Community 的評價
git force push 在 【Git】強制更新遠端分支與強制覆蓋本地的分支 - 辛西亞的技能樹 的推薦與評價
如果只有整理local 端的commit 倒是簡單,只要用git-rebase就好,但是如果commit 已經上遠端了 ... A gentler force push on git: Force-with-lease。 ... <看更多>
git force push 在 【狀況題】聽說git push -f 這個指令很可怕,什麼情況可以用它 ... 的推薦與評價
因為Rebase 等於是修改已經發生的事實,所以正常來說是推不上去的。 這時候就可使用Force Push 來解決這個問題,但請使用前知會一下跟你同一個專案的隊友,請他們到 ... ... <看更多>